home *** CD-ROM | disk | FTP | other *** search
- "Rotater" is a program written in Turbo Pascal, which uses the
- Turbo Graphix toolbox. The program itself is fairly easy to use
- since it is menu driven, all you have to do is enter the DOS
- command ROTATER. The program can be easily modified to meet your
- needs, by changing the constants.
-
- RADIANS - amount of each rotation {2*PI/number of rotations}
- RADIANSN - " " for negative {(2*PI)-(2*PI/num. of rotations}
- NUMOFROTATIONS - any number less than 80
-
- The number of rotations is only limited by the memory space
- for each window (size). The MaxWindowsGlb in the TYPEDEF.SYS
- module must be changed to at least this number. The number
- should be kept low though because of the amount of space taken by
- a window stack (ie. with 80 windows about 89K!!!).
-
- Two "Dummy" files come with the archive, "4x6.fon" and
- "error.msg". These are present because although turbo tries to
- load them in, they are not needed in the program Rotater. There
- is also a sample graphics stack called hello which can be loaded
- by ROTATER.COM by using the "load window stack" command.
-
- Rotater was written for the IBM with Color Graphics card, on
- a Tandy 1000, so their should be no compatiability problems.
- This program is free for public access, and can be posted on any
- BBS.
-
-
- Stan Mros
- 5025 Johnson ST. N.E.
- Columbia Heights, MN. 55421
-
- (You can find Stan Mros on Terrapin Station BBS - 612/623-0152
- 24 hours, 1200/2400 - a BBS for Programmers and Technical Users)